From 19fe28c7cabbb56ac11c0f6a82273bc1950ce157 Mon Sep 17 00:00:00 2001 From: Jens Frank Date: Sat, 13 Nov 2004 08:38:28 +0000 Subject: [PATCH] alt-texts for the images in the enhanced RC --- includes/Skin.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/Skin.php b/includes/Skin.php index ad768450b0..b63119f214 100644 --- a/includes/Skin.php +++ b/includes/Skin.php @@ -2062,8 +2062,8 @@ class Skin { $rcm = 'RCM'.$this->rcCacheIndex ; $toggleLink = "javascript:toggleVisibility('$rci','$rcm','$rcl')" ; $arrowdir = $wgContLang->isRTL() ? 'l' : 'r'; - $tl = '' ; - $tl .= '' ; + $tl = '+' ; + $tl .= '' ; $r .= $tl ; # Main line -- 2.20.1